home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Weubblers handler.adf / Docs / AMIGADOS / ActionSeek.Doc < prev    next >
Text File  |  1989-01-08  |  386b  |  25 lines

  1.  
  2. ActionSeek
  3.  
  4.  
  5. Name:
  6.         ActionSeek - bewege den Kopf von Drive drive ueber Track track
  7.  
  8. Ergebnis in MotorMsg->Error:
  9.          0 wenn Operation fehlerfrei verlaufen
  10.         <0 sonst
  11.  
  12. Beschreibung:
  13.  
  14. Beispiel:
  15.         InitMotor();
  16.  
  17.         MotorMsg->Action=ActionSeek;
  18.         MotorMsg->Drive=drive;
  19.         MotorMsg->Track=track;
  20.  
  21.         DoAction();
  22.  
  23. Bekannte Fehler:
  24.         Keine
  25.